home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
gnome-settings-daemon.postinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-04-11
|
308 b
|
17 lines
#! /bin/sh
set -e
# Remove obsolete conffiles
case "$1" in
configure)
if dpkg --compare-versions "$2" lt-nl "2.24.1"; then
rm -rf /etc/gnome/config/xrdb
fi
if dpkg --compare-versions "$2" lt-nl "2.26.1"; then
rm -f /etc/xdg/autostart/gnome-settings-daemon.desktop
fi
esac